My appologies if this as been discussed already. I did a couple searches and did not find anything in this topic.
DB box = create "A Simple List"
string stuff[] = {"a", "b", "c"}
DBE simpleList = list(box, "Select", 150, 5, stuff, 3)
set simpleList, 1
show box
SystemAdmin - Mon Oct 05 10:51:48 EDT 2009 |
Re: Set list selection?
Hi Scott,
DB box = create "A Simple List"
string stuff[] = {"a", "b", "c"}
DBE simpleList = list(box, "Select", 150, 5, stuff, 3)
set (simpleList, 1)
show box
|
Re: Set list selection? Try set (simpleList, 1)
|
Re: Set list selection? |